Skip to content

Continue compilation after check_mod_type_wf errors#120847

Merged
bors merged 2 commits intorust-lang:masterfrom
oli-obk:track_errors9
Feb 14, 2024
Merged

Continue compilation after check_mod_type_wf errors#120847
bors merged 2 commits intorust-lang:masterfrom
oli-obk:track_errors9

Conversation

@oli-obk
Copy link
Copy Markdown
Contributor

@oli-obk oli-obk commented Feb 9, 2024

The ICEs fixed here were probably reachable through const eval gymnastics before, but now they are easily reachable without that, too.

The new errors are often bugfixes, where useful errors were missing, because they were reported after the early abort. In other cases sometimes they are just duplication of already emitted errors, which won't be user-visible due to deduplication.

fixes #120860

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ice: no entry found for key non_lifetime_binders with late-bound const parameter in constant

6 participants